FacClient Object

The FacClient object is used to display and manipulate the FAC. Declare the object using the following code:

CreateObject("CxFac.FacClient")

Each method in this document will assume you have declared the FAC object using the following code:

Dim FacClient

Set FacClient = CreateObject("CxFac.FacClient")

FacClient.Connect("CYGDEMO.FAC")

The variable XML is used to store the facility record after calling ReadFacilityRecord.

The variable Tag is used to store the Facility Tag, or FacTag. This is in the form SITE.SERVICE::FACILITYID. For example, CYGDEMO.UIS::CYG_RTU.


More: